git-pull
从远程代码库拉取分支,并将其合并到本地代码库。 更多信息:https://git-scm.com/docs/git-pull.
git pull
git pull --rebase
git pull {{远程分支名}} {{本地分支名}}